home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  204 b   |  11 lines

  1. on exitFrame
  2.   global nFin, sCadena
  3.   if the movieTime of sprite 5 < nFin then
  4.     go(the frame)
  5.   else
  6.     set sCadena to EMPTY
  7.     set the text of member "password" to " "
  8.     go("codigo")
  9.   end if
  10. end
  11.